home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 October / Gamestar_77_2005-10_dvd.iso / Programy / powarc920cz.exe / {app} / POWERARC.EXE / 0 / RCDATA / TTOOLBAREDITFORM / TTOOLBAREDITFORM.txt
Text File  |  2005-03-06  |  3KB  |  162 lines

  1. object ToolbarEditForm: TToolbarEditForm
  2.   Left = 294
  3.   Top = 215
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Customize Toolbar'
  7.   ClientHeight = 212
  8.   ClientWidth = 530
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   OldCreateOrder = False
  12.   Position = poMainFormCenter
  13.   Scaled = False
  14.   OnActivate = FormActivate
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object btnInsert: TSpeedButton
  20.     Left = 195
  21.     Top = 70
  22.     Width = 66
  23.     Height = 23
  24.     Hint = 'Add button to toolbar'
  25.     BiDiMode = bdLeftToRight
  26.     Caption = '&Add -> '
  27.     Layout = blGlyphRight
  28.     Margin = 8
  29.     ParentBiDiMode = False
  30.     OnClick = btnInsertClick
  31.   end
  32.   object btnRemove: TSpeedButton
  33.     Left = 195
  34.     Top = 106
  35.     Width = 66
  36.     Height = 23
  37.     Hint = 'Remove button from toolbar'
  38.     Caption = '<- &Remove'
  39.     Margin = 5
  40.     OnClick = btnRemoveClick
  41.   end
  42.   object lblAvailableList: TLabel
  43.     Left = 8
  44.     Top = 8
  45.     Width = 119
  46.     Height = 13
  47.     Caption = 'Available toolbar buttons:'
  48.   end
  49.   object lblSelectedList: TLabel
  50.     Left = 272
  51.     Top = 8
  52.     Width = 110
  53.     Height = 13
  54.     Caption = 'Current toolbar buttons:'
  55.   end
  56.   object Label1: TLabel
  57.     Left = 164
  58.     Top = 32
  59.     Width = 3
  60.     Height = 13
  61.   end
  62.   object lstAvailable: TListView
  63.     Left = 5
  64.     Top = 24
  65.     Width = 178
  66.     Height = 170
  67.     AllocBy = 30
  68.     Columns = <
  69.       item
  70.         AutoSize = True
  71.       end>
  72.     DragMode = dmAutomatic
  73.     IconOptions.Arrangement = iaLeft
  74.     IconOptions.WrapText = False
  75.     ReadOnly = True
  76.     RowSelect = True
  77.     ShowColumnHeaders = False
  78.     SmallImages = imgButtons
  79.     TabOrder = 0
  80.     ViewStyle = vsReport
  81.     OnChange = lstSelectedChange
  82.     OnDblClick = lstAvailableDblClick
  83.     OnEnter = lstSelectedEnter
  84.     OnExit = lstSelectedExit
  85.     OnDragDrop = lstSelectedDragDrop
  86.     OnDragOver = lstSelectedDragOver
  87.     OnMouseDown = lstSelectedMouseDown
  88.   end
  89.   object btnOK: TButton
  90.     Left = 458
  91.     Top = 12
  92.     Width = 66
  93.     Height = 23
  94.     Caption = '&Close'
  95.     Default = True
  96.     TabOrder = 2
  97.     OnClick = btnOKClick
  98.   end
  99.   object btnCancel: TButton
  100.     Left = 458
  101.     Top = 160
  102.     Width = 66
  103.     Height = 23
  104.     Cancel = True
  105.     Caption = 'Cancel'
  106.     TabOrder = 3
  107.     Visible = False
  108.     OnClick = btnCancelClick
  109.   end
  110.   object lstSelected: TListView
  111.     Left = 270
  112.     Top = 24
  113.     Width = 178
  114.     Height = 170
  115.     AllocBy = 30
  116.     Columns = <
  117.       item
  118.         AutoSize = True
  119.       end>
  120.     DragMode = dmAutomatic
  121.     IconOptions.Arrangement = iaLeft
  122.     IconOptions.WrapText = False
  123.     ReadOnly = True
  124.     RowSelect = True
  125.     ShowColumnHeaders = False
  126.     SmallImages = imgButtons
  127.     TabOrder = 1
  128.     ViewStyle = vsReport
  129.     OnChange = lstSelectedChange
  130.     OnDblClick = lstSelectedDblClick
  131.     OnEnter = lstSelectedEnter
  132.     OnExit = lstSelectedExit
  133.     OnDragDrop = lstSelectedDragDrop
  134.     OnDragOver = lstSelectedDragOver
  135.     OnMouseDown = lstSelectedMouseDown
  136.   end
  137.   object btnRestore: TButton
  138.     Left = 458
  139.     Top = 39
  140.     Width = 66
  141.     Height = 23
  142.     Caption = 'R&eset'
  143.     TabOrder = 5
  144.     OnClick = btnRestoreClick
  145.   end
  146.   object btnApply: TButton
  147.     Left = 458
  148.     Top = 123
  149.     Width = 66
  150.     Height = 23
  151.     Caption = 'Apply'
  152.     TabOrder = 4
  153.     Visible = False
  154.     OnClick = btnApplyClick
  155.   end
  156.   object imgButtons: TImageList
  157.     AllocBy = 30
  158.     Left = 126
  159.     Top = 44
  160.   end
  161. end
  162.